@charset "utf-8";
.clear {
	clear: both;
	overflow: hidden;
}

/***面包屑导航条*****/
#breadCrumb {
	margin-bottom: 5px;
}
/***单独页面*****/

/***资讯类型图标****/
.ico_archive_type_3 {
	display: inline-block;
	margin: 0 5px;
	width: 18px;
	height: 11px;
	background: url(../images/ico_archive_type.gif);
}
/***询盘****/
#inquiry_products {
	list-style-type: none;
}
/***tag list***/
.taglist, .tagletter {
	clear: both;
}
.taglist li {
	float: left;
	width: 25%;
}
.tagletter {
	margin: 0 auto;
	width: 430px;
}
.tagletter li {
	float: left;
	padding: 3px;
}
.copyright {
	clear: both;
	text-align: center;
}
/***会员中心***/
#memberToolbar {
	padding-right: 20px;
	margin-bottom: 1px;
	text-align: right;
	background: #eee;
	border-bottom: 1px solid #ccc;
}
.tabledata {
	background: #ccc;
}
.tabledata th, .tabledata td {
	padding: 3px 5px;
	background: #fff;
}
.inquiryDetailTitle {
	font-weight: bold;
}
.inquiryDetailBody {
	padding: 5px 5px 5px 115px;
	margin: 5px;
	width: 60%;
	min-height: 80px;
*min-height:80px;
	border: 1px solid #ccc;
	background: #eee url(../images/2008112220143122778026.png) no-repeat;
}
.inquiryDetailReply {
	float: right;
	padding: 5px 115px 5px 5px;
	margin: 5px;
	position: relative;
	width: 60%;
	min-height: 80px;
*min-height:80px;
	border: 5px solid #ddd;
	background: url(../images/2008112220143122778031.png) no-repeat top right;
}
.arrowUP {
	display: block;
	width: 20px;
	height: 8px;
	position: absolute;
	top: -13px;
	background: url(../images/icon_arrow_up11.gif) no-repeat
}
.inquiryDetail {
	display: none;
}
.inquiryRow {
	cursor: pointer;
}
.trHover td {
	background: #eee;
}
.member_introduce {
	float: left;
	width: 50%;
}
.member_login_box {
	float: left;
	width: 50%;
}
.member_login_box .login_form_row .label {
	float: left;
	width: 100px;
}
.member_login_box .login_form_row .submit_row {
	text-align: center;
}
.member_left {
	float: left;
	width: 180px;
}
.member_right {
	float: left;
	width: 780px;
}
/***links页面****/
.linkgroup {
	clear: both;
	margin: 5px;
}
.linkgroup dt {
	font-weight: bold;
}
.linkgroup dd {
	float: left;
	padding: 3px 5px;
}
/***分页链接***/
.pager {
	margin: 20px;
	border-top: #ccc 1px solid;
	background: #fff;
	padding: 5px 0;
}
.page_link {
	padding: 5px;
	margin: 3px;
}
.pager span.total {
	display: inline-block;
	line-height: 25px;
	clear: both;
	background: none;
}
.page_link_now, .page_link_a, .page_link_pre, .page_link_next, .page_link_first, .page_link_last {
	padding: 3px;
	margin: 2px;
	border: 1px solid #ccc;
}
page_link_now a, .page_link_a a, .page_link_pre a, .page_link_next a, .page_link_first a, .page_link_last a {
	text-decoration: none;
	color: #555;
}
.page_link_now {
	background: #ddd;
	font-weight: bold;
}
/***错误提示****/
.msgStack {
	padding: 0.25em;
	margin: 0.5em;
	color: #666;
	line-height: normal;
	border-radius: 4px;
	text-indent: 27px;
}
.msgStack_s {
	background: url("../images/success.gif") no-repeat scroll 5px center #DDFFDD;
	border: 1px solid #80CA82;
	width: 94%;
}
.msgStack_c {
	background: url("../images/warning.gif") no-repeat scroll 5px center #FFFFCE;
	border: 1px solid #FFD186;
	width: 94%;
}
.msgStack_e {
	background: url("../images/error.gif") no-repeat scroll 5px center #FFD9D9;
	border: 1px solid #FFB5B5;
	width: 94%;
}
/***表单验证消息提示***/
.inputValidateTip {
	cursor: pointer;
	display: inline-block;
	text-indent: -999px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	background: url("../images/icon_notice.png") no-repeat scroll 0 0 red;
}
.floatTip {
	position: absolute;
	line-height: 18px;
	padding: 0 5px;
	background: #FDEBE1;
	border: 1px solid #F0732F;
}
/**sitemap/feed 图标显示**/
.icon_sitemap {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/icon_sitemap.png");
}
.icon_feed {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/icon_feed.png");
}
/***左菜单***/
.LeftMenu dt {
	font-size: 14px;
	font-weight: bold;
}
/***询盘浮动框***/
#inquiryBasket {
	display: none;
	padding: 3px;
	width: 150px;
	height: 310px;
	border: 1px solid #ccc;
	background: #eee;
	position: fixed;
*position:fixed !important;
*position:absolute;
	right: 0;
	top: 120px;
}
#inquiryBasket_box {
	overflow: auto;
	padding: 3px;
	height: 250px;
	background: #fff;
}
#inquiryBasket .inquiryBasket_btn {
	padding: 5px;
	line-height: 21px;
}
#inquiryBasket .btn_send_inquiry {
	width: 32px;
	height: 22px;
	border: 0;
	background: url(../images/btn_send_inquiry.gif) no-repeat 0;
	cursor: pointer;
}
#inquiryBasket .btn_trash_inquiry {
	display: inline-block;
	width: 32px;
	height: 22px;
	border: 0;
	background: url(../images/btn_trash_inquiry.gif) no-repeat 0;
	cursor: pointer;
}
#inquiryBasket .btn_delete {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/btn_delete.gif) no-repeat 0;
}
/***下载按钮***/
.downloadBtn {
	margin: 10px 0;
	padding: 20px;
	text-align: right;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #E5E5E5;
}
.downloadBtn a {
	display: inline-block;
	text-indent: 999em;
	overflow: hidden;
	background: url(../images/btn_download.jpg) no-repeat;
	width: 120px;
	height: 25px;
	line-height:80px;
}
/***默认页面样式***/
#contentBox h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #54B9E7;
	border-bottom: 1px dashed #CCC;
}
#productIndex .subCats {
	background: #F6F6F6;
	border: 1px solid #EEE;
	margin: 5px 0;
	overflow: hidden;
	padding: 8px;
	line-height: 18px;
}
#productIndex .subCats .subCatItem {
	float: left;
	width: 150px;
	text-align: center;
}
#productIndex .subCats .subCatItem img {
	width: 100px;
	height: 100px;
}
.productList {
	clear: both;
}
.productKeyword li {
	float: left;
	padding: 0 1em;
}
#productShow .productMImg {
	float: left;
	width: 250px;
}
.richTitle {
	font-size: 16px;
	margin: 8px 0;
	text-align: center;
}
.richAbstract {
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	color: #646464;
}
.richBody {
	padding: 5px 10px;
	clear: both
}
.relatedArchiveLink {
	clear: both;
	width: 580px;
	margin: 0 auto;
	height: 54px;
	background: #f7f7f7;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	font: 12px Verdana, Geneva, sans-serif;
	color: #939393;
	padding: 5px;
	padding-left: 15px;
}
.relatedArchiveLink p {
	line-height: 25px;
}
.richBody p {
	text-indent: 2em;
	margin-bottom: 18px;
}
.richFooter {
	text-align: right;
}
.productItemBox {
	float: left;
	width: 25%;
}
.productItemPic {
}
.productItemPic a {
	display: inline-block;
}
/*人才招聘*/
.archivelist ul {
}
.archivelist ul li {
	float: left;
	border-bottom: #ccc dotted 1px;
	width: 100%;
}
.archivelist ul li span.date {
	display: inline-block;
	text-indent: 20px;
}
.richBody {
	width: 100%;
}
.richBody table {
	border-collapse: collapse;
	border: #ccc solid 1px;
	width: 100%;
}
.richBody table th {
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
}
.richBody table tr, .richBody table tr td {
	border: #ccc solid 1px;
	text-align: left;
	text-indent: 8px;
}
.richBody table tr {
	line-height: 30px;
	text-align: center;
}
.richBody ul li {
	clear: both;
}
.richBody ul li span {
	float: left;
	display: inline-block;
	width: 120px;
	text-align: left !important;
	color: #fff;
	text-indent: 20px;
	font-weight: bold;
}
.richBody h2 {
	line-height: 30px;
	border-bottom: #ccc solid 1px;
	font-size: 15px;
	font-family: "微软雅黑";
}
.archiveListItem {
	clear: both;
	padding: 10px;/*height:130px;*/
	border-bottom: 1px dotted #ccc;
}
.archiveListItemPic {
	float: left;
	margin: 8px;
}
.archiveListItemTitle {
	width: 520px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.archiveListItemSumary {
	float: left;
	width: 520px;
	height: 70px;
}
.archiveListItemEx {
	float: left;
	width: 520px;
	text-align: right;
}
.blogItem {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
#member_form table tr td.form_head {
	vertical-align: middle;
}
#member_form table tr td.form_head label {
	line-height: 20px; /*height:20px;*/
}
#member_form table tr td.form_head .red {
	line-height: 20px;
}
#member_form table #country, #member_form table select {
	height: 22px;
}
table#AutoNumber, #AutoNumber {
	border-collapse: collapse;
	background: #fff;
	margin: 10px 20px;
}
#AutoNumbe tr, table#AutoNumbe tr, #AutoNumbe th, table#AutoNumbe th {
	height: 35px;
	line-height: 35px;
}
table#AutoNumber tr {
	padding-left: 8px;
	line-height: 30px;
}
#AutoNumber td {
	padding-left: 8px;
}
#AutoNumber th {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	padding-right: 8px;
}
#AutoNumber td, #AutoNumber th {
	border: 1px solid #CCCCCC;
}
.textarea_public {
	border: #C1C1C1 1px solid;
	line-height: 20px;
	font-size: 12px;
}
table#AutoNumber tr.NumberHead {
	background: #ccc;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
input.sign_sub { /*width:70px;*/
	width: 70px !important;
	padding: 0px 15px;
	height: 25px;
	border: none;
	background: #4E5864;
	color: #FFF;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 20px
}
input.sign_reset {
	width: 70px !important;
	height: 25px;
	border: none;
	background: #4E5864;
	color: #FFF;
	cursor: pointer;
	margin-top: 20px
}
.notice{ color:red;}
/*产品列表*/
.catList{
/*width: 738px;*/
width:100%;
float:left;
}
.catList h1{ font-weight:bold; font-size:16px; line-height:55px;text-align:center;}
.porductsIntro h2,.newsList  h2{}
.catList h2{
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	color: #000;
	margin:10px 0;
	border-bottom: 1px solid #e2e2e2;
}
.list_nav{
	float:right;
	width:250px;
	height:auto;
}

.view { width:738px; }
.view img{ width:650px; height:370px;margin:10px auto;/*float:right;*/}
.viewmneu{ width:300px; margin:10px; padding:10px;  border:solid 1px #ccc; float: left;}
.viewmneu .viewtit{ height:30px;border-bottom:dashed 1px #666; padding-left:15px; font-size: 16px; font-weight:bold; line-height:30px;display: block;}
.viewmneu ul{list-style:none; padding:10px; overflow:hidden;}
.viewmneu ul li{ padding:0 0 0 25px;height:30px; line-height:30px; background:url(../images/vdot.jpg) no-repeat 5px center;}
.viewmneu ul li a,.viewmneu ul li a:hover{ color:#136ec2; text-decoration:underline; font-size: 15px;}
.porductsIntro {
	line-height:18px;
}
/*产品分类导航 开始*/
.list_nav .right_box{display:inline-block; padding-top:10px;width:255px;background:url(../images/right_top.png) no-repeat}
.list_nav .right_box .center_bg{ overflow:hidden; padding:0px 25px 10px 25px;   width:205px;background:url(../images/right_y.png) repeat-y}
.list_nav .right_box .center_bg ul li{ line-height:25px; }
.list_nav .right_box .bottom_bg{  display:block;_margin-top:-2px;width:255px; height:10px;background:url(../images/right_bottom.png) no-repeat -1px bottom}
.list_nav .right_box span{ margin-bottom:10px; padding-top:10px; border-bottom:1px solid #efefef;line-height:25px; font-size:14px;font-weight:bold;}
.list_nav .right_box .center_bg_tab{ overflow:hidden; padding:0px 25px 10px 25px;   width:205px;background:url(../images/right_y.png) repeat-y}
.list_nav .right_box .menu{ overflow:hidden; height:36px;}
.list_nav .right_box .menu li{ width:77px;  }
.list_nav .right_box .con_menua a{float:left; *float:none; *display:inline-block;margin:10px 5px 0px 10px; }
#article_right  .more{ display:block; margin-top:15px; width:90%; text-align:right}
.list_nav .right_box .menu li{ float:left; overflow:hidden; width:78px; background:#f6f6f6; border-left:#dedede solid 1px;border-bottom:#dedede solid 1px; text-align:center; font-size:14px; cursor:pointer; line-height:35px; }
#menua1,#menub1,#menuc1{border-left:none;}
.list_nav .right_box .menu li.hover{ background:#ffffff; border-bottom:none; font-weight:bold  }
.list_nav .right_box .con_menua{display:inline-block; }
.list_nav .right_box .con_menua li{  height:auto}
.list_nav .right_box .con_menua a{float:left; *float:none; *display:inline-block;margin:0px 5px 0px 0px; }
.list_nav .right_box .con_menua .more{ display:block; margin-top:15px; width:90%; text-align:right}
/*产品分类导航 结束*/


/*产品列表 开始*/
ul.pro_list li{ float:left;  width: 220px;  margin: 10px 6px 0 6px;}
ul.pro_list li.margin_right0{margin-right:0px;}
ul.pro_list li a img{ display:block;width: 220px;
    height: 125px; background:#fff;border:1px solid #fff; }
ul.pro_list li a:hover img{ border:1px solid #ccc;}
ul.pro_list li span{ display:block; width: 220px; height: 22px; line-height: 22px; text-align: center; overflow:hidden;overflow:hidden;}
/*产品列表 结束*/
.cat_dir {
	border-bottom: #ccc solid 1px;
	border-top: #ccc solid 1px;
	background-color: #fbfbfb;
	clear: both;
	height: 85px;
}
.z-catalog {
	display: inline-block;
	float: left;
	width: 92px;
	height: 85px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	border-right: #ccc solid 1px;
}
.cat_dir span {
	border-bottom: 5px solid #64a0de;
	display: block;
	padding-top: 28px;
	padding-bottom: 6px;
	text-align: center;
}
.cat_dir ul {
	display: inline-block;
	float: left;
	padding-left: 10px;
	padding-top: 4px;
}
.cat_dir ul li {
	line-height: 20px;
	color: #36C;
	font-size: 13px;
}
.cat_dir ul li a {
	color: #36C;
}

/*产品新闻列表 开始*/
.article_item {
	border-bottom: 1px solid #ededed;
	background: #fff;
	padding:5px 10px;
	overflow: hidden;
	position: relative;
	height: 100px
}
.article_content {
    float: left;
	width: 755px;
}
.article_title {
height: 26px;
overflow: hidden;
line-height: 26px;
font-size: 14px;
font-weight: bold;
}
.article_info {
float: left;
line-height: 26px;
font-size: 13px;
color: #666;
}
.article_pic {
    float: left;
	width: 160px;
	height:100px;
	border: 1px #eee solid;
}
/*产品新闻列表结束*/

/*文章内容分页*/
.article_page_link {
	clear: both;
	margin-top: 20px;
}
span.article_page { /*float: left;*/
	display: inline-block;
	width: 20px;
	line-height: 20px;
	height: 20px;
	border: #ccc solid 1px;
	margin: 0px 4px;
	text-align: center;
}
span.this_page {
	background-color: red;
}
span.this_page a {
	color: #fff;
}
span.total_no {
	float: left;
	display: inline-block;
	width: 40px;
	line-height: 20px;
	height: 20px;
}
span.current a {
	color: red;
}
/*上一页 下一页*/
.next_page{width: 100%;height: 25px;line-height: 25px;font-size:12px;display: block;margin-top: 20px;}
.next_page_last{width: 49%;float: left;}
.next_page_next{width: 49%;float: right;text-align: right;}
/*FAQ 常见问题*/
.faq {
	width: 100%;
	float: left;
	padding-left: 8px;
}
.faq dt {
	float: left;
	width: 663px;
	background: url(../images/faq-icon.gif) left no-repeat;
	padding-left: 25px;
	vertical-align: middle;
	font: bold 14px/24px Tahoma;
}
.faq dd {
	width: 662px;
	float: left;
	border-bottom: 1px dashed #ddd;
	padding-left: 26px;
	margin-bottom: 15px;
}
.picTxtB .ptPic .icon {
}
.picTxtB a:hover {
	text-decoration: none;
}
.picTxtB .ptPic {
	position: absolute;
}
.picTxtB .ptPic .icon {
	position: absolute;
	right: 0;
	top: -10px;
	width: 78px;
	height: 60px;
	background-position: -152px -109px;
}
.picTxtB .ptTxt {
	padding-top: 6px;
}
.picTxtB .sTit {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 8px;
	height: 20px;
	line-height: 20px;
	color: #380;
	font-size: 14px;
}
.picTxtB .sTit:hover {
	background-color: #77c111;
	color: #fff;
}
.picTxtB .con {
	display: block;
	margin-top: 4px;
	padding-left: 5px;
	line-height: 24px;
	height: 141px;
	overflow: hidden;
	cursor: pointer;
}
.picTxtB .bTit {
	display: block;
	margin-bottom: 11px;
	font-size: 18px;
	height: 24px;
	overflow: hidden;
}
.picTxtB .sum {
	color: #777;
}
.picTxtB .con:hover .sum {
	color: #000;
}
.picTxtB .ptLinks a {
	display: inline-block;
	color: #333;
}

.picTxtB .ptLinks a:hover {
	color: #380;
}
.picTxtB .vLine {
	display: inline-block;
	width: 1px;
	height: 12px;
	line-height: 0;
	font-size: 0;
	margin: -2px 4px 0;
	background: #dcdcdc;
	vertical-align: middle;
}
.ptB310 {
	height: 209px;
	overflow: hidden;
}
.ptB310 .ptLinks {
	height: 20px;
	overflow: hidden;
}
.ptB310 .midOuter {
	float: left;
	margin-right: 15px;
*margin-right: 12px;
	max-height: 205px;
}
.ptB310 .ptPic {
	position: static;
}
.ptB310 img {
	max-height: 205px;
	max-width: 310px;
_width:expression(document.body.clientWidth > 310? "310px": "auto" );
_height:expression(this.clientWidth > 205? "205px": "auto" );
}
.ptB310 {
	margin-bottom: 30px;
}
.picTxtB .ptLinks a {
	display: inline-block;
	color: #333;
	padding: 1px 6px;
}
.picTxtB .ptLinks a:hover {
	color: #380;
	border: 1px solid #380;
	padding: 0 5px;
}
.picTxtA {
	height: 205px;
	overflow: hidden;
	margin-bottom: 30px;
}
.picTxtA .picA {
	width: 315px;
	height: 305px;
	float: left;
}
.picTxtA .txt {
	width: 320px;
	float: right;
	padding-top: 18px;
}
.picTxtA .bigTit {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #77c111;
	padding-left: 40px;
	width: 320px;
	font-size: 18px;
	margin-left: -40px;
	margin-bottom: 18px;
	position: relative;
}
.picTxtA .sum {
	line-height: 24px;
	color: #777;
	height: 45px;
	margin-bottom: 12px;
}
.tags {
	margin: 4px auto;
	width: 980px;
	clear: both;
	padding-top: 10px;
}

.btn_delete {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/btn_delete.gif) no-repeat 0;
	margin-left: 8px;
}

.member_bt{ font: 12px "courier new"; background-color: #d7322d; border: #d7322d 0px solid; color: #FFFFFF; padding: 0 20px 0 20px; height: 28px; line-height: 28px; }
.member_info  table{ border-collapse:collapse; /*border:#ccc solid 1px;*/ font-size:12px;}
.member_info  table td{/* border:#ccc solid 1px;*/ padding:0px 2px;}
